Don't refer to nonexisting stock ids.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Aug 2005 20:06:16 +0000 (20:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Aug 2005 20:06:16 +0000 (20:06 +0000)
2005-08-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock):
* gtk/gtkimage.c (gtk_image_new_from_stock): Don't
refer to nonexisting stock ids.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkimage.c
gtk/gtkstatusicon.c

index 2918d4aa8197a1da3b4bfa33528d373bfa54e7f9..c12ae8f3122120fc00495c526d79c940eda2364d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
+       * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
+       refer to nonexisting stock ids.
+
        * gtk/gtktextview.c (popup_targets_received): 
        * gtk/gtkentry.c (popup_targets_received): Construct
        the "Select All" menuitem from stock.
index 2918d4aa8197a1da3b4bfa33528d373bfa54e7f9..c12ae8f3122120fc00495c526d79c940eda2364d 100644 (file)
@@ -1,5 +1,9 @@
 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
+       * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
+       refer to nonexisting stock ids.
+
        * gtk/gtktextview.c (popup_targets_received): 
        * gtk/gtkentry.c (popup_targets_received): Construct
        the "Select All" menuitem from stock.
index 9fabd8e4d7819b4c83da50f92fb8f4e81111b734..bb2a9232fd23c237db882090fa61ede51c710844 100644 (file)
@@ -611,7 +611,7 @@ gtk_image_new_from_pixbuf (GdkPixbuf *pixbuf)
  * @size: a stock icon size
  * 
  * Creates a #GtkImage displaying a stock icon. Sample stock icon
- * names are #GTK_STOCK_OPEN, #GTK_STOCK_EXIT. Sample stock sizes
+ * names are #GTK_STOCK_OPEN, #GTK_STOCK_QUIT. Sample stock sizes
  * are #GTK_ICON_SIZE_MENU, #GTK_ICON_SIZE_SMALL_TOOLBAR. If the stock
  * icon name isn't known, the image will be empty.
  * You can register your own stock icon names, see
index e7ab1c9caec758e4603de01ddb410e14cfb529e8..f0b01b112f7d6f625e7ccfa0c7e58e66a2f6bb5e 100755 (executable)
@@ -452,7 +452,7 @@ gtk_status_icon_new_from_file (const gchar *filename)
  * @stock_id: a stock icon id
  * 
  * Creates a status icon displaying a stock icon. Sample stock icon
- * names are #GTK_STOCK_OPEN, #GTK_STOCK_EXIT. You can register your 
+ * names are #GTK_STOCK_OPEN, #GTK_STOCK_QUIT. You can register your 
  * own stock icon names, see gtk_icon_factory_add_default() and 
  * gtk_icon_factory_add(). 
  *